@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,header,footer,nav,article,aside,figure,figcaption{
	margin:0;padding:0;
}
body,html{
	font:14px "微软雅黑",Arial;
	color:#000;
}
h1,h2,h3,h4,h5,h6,b{
	color: #000;
	font-weight:normal;
}
body{
	min-width: 1200px;
}
i,em{
	font-style:normal;
}
li{
	list-style:none;
}
html,body a{
	transition: all 0.6s;
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color:#fff;
}
input{
	outline:none;
}
.clearfix{
	*zoom:1;
	/* 兼容IE低版本高度塌陷问题 */
}
.clearfix:after{
	content:' ';
	display:block;
	height:0;
	line-height:0;
	clear:both;
	overflow:hidden;
	visibility: hidden;
}
img{
	border:0;

}
